TaskCompletionSource(TResult) Properties

Task Parallel System.Threading

The TaskCompletionSource<(Of <(TResult>)>) type exposes the following members.

Properties

  NameDescription
Task
Gets the Task<(Of <(TResult>)>) created by this TaskCompletionSource<(Of <(TResult>)>).

See Also